Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.liveconnect.dropbox.core.cache--caches

This contribution is part of XML component org.nuxeo.ecm.liveconnect.dropbox.core.cache inside nuxeo-liveconnect-dropbox-core-9.10.jar /OSGI-INF/cache-config.xml

Extension Point

Extension point caches of component CacheService.

Contributed Items

  • <cache name="dropbox">
          <option name="maxSize">1000</option>
          <option name="concurrencyLevel">10</option>
          <ttl>60</ttl>
        </cache>

XML Source

<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">

    <cache name="dropbox">
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
      <ttl>60</ttl>
    </cache>

  </extension>